Current File : //usr/local/sitepad/www/www/index.cgi
#!/usr/local/cpanel/3rdparty/bin/php-cgi
<?php
// If you are the reseller, then quit
if($_ENV['REMOTE_USER'] != 'root'){
die('Only root has access to this section !');
}
include_once('../admin.php');
?>